home *** CD-ROM | disk | FTP | other *** search
- program Compdemo;
-
- uses
- Forms,
- Compmain in 'COMPMAIN.PAS' {Form1};
-
- {$R *.RES}
-
- begin
- Application.Title := 'TCompress 2.0 Demonstration';
- Application.HelpFile := 'COMPRESS.HLP';
- Application.CreateForm(TForm1, Form1);
- Application.Run;
- end.
-